- clipping a rounded corner seems to be working fine for first and last item.
Addresses https://gitlab.gnome.org/GNOME/gtk/-/issues/3366
box-shadow: none;
}
}
- // only bottom part rounded for menubar menus
+
& > item popover.menu.background > contents {
- margin-top: -1px; //nudge it into the menubar
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- padding: 0 0 $menu_radius 0;
+ padding: 0;
}
//nested submenus
& > item popover.menu.background popover.menu.background > contents {
$_menu-padding: 12px;
popover.menu {
- padding: 0px;
+ padding: 0;
box.inline-buttons {
padding: 0 $_menu-padding;
& > arrow,
&.background > contents {
background-color: $menu_color;
- }
-
- &.background > contents {
- padding: 8px 0;
+ padding: 0;
}
&.background separator {